home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Clean 1.2.4 / PowerMacInterface / standard_file.dcl < prev    next >
Encoding:
Modula Definition  |  1996-03-01  |  301 b   |  9 lines  |  [TEXT/3PRM]

  1. definition module standard_file;
  2.  
  3. import mac_types;
  4.  
  5. SFGetFile :: !(!Int,!Int) !{#Char} !Int !Int !{#Char} !Int !{#Char} !Toolbox
  6.     -> (!Bool,!Bool,!Int,!Int,!Int,!{#Char},!Toolbox);
  7. SFPutFile :: !(!Int,!Int) !{#Char} !{#Char} !Int !{#Char} !Toolbox
  8.     -> (!Bool,!Bool,!Int,!Int,!Int,!{#Char},!Toolbox);
  9.